home *** CD-ROM | disk | FTP | other *** search
/ Practical Internet Web Designer 89 / PIWD89.iso / pc / CONTENTS / BONUS / FULL / wikiwriter / setup-ww2x.exe / {app} / help / tutor06.db < prev    next >
Encoding:
Text File  |  2002-09-25  |  1.2 KB  |  47 lines

  1. @@title WikiWriter Tutorial: Build bulleted lists
  2.  
  3. .nav WikiWriter Tutorial: ((tutor05|Prev)) | ((tutor00|Up)) | ((tutor07|Next))
  4.  
  5. .end
  6.  
  7. == Build bulleted lists
  8.  
  9.  
  10.  
  11. To make a bulleted list (list with a fat dot in front of each item), use the "star" (asterisk) token for each list item, with a slash-star (/*) on a line by itself to mark the end of the list:
  12.  
  13. <pre>* List item 1
  14.  
  15. * List item 2
  16.  
  17. * List item 3
  18.  
  19. /*
  20.  
  21. </pre>
  22.  
  23.  
  24.  
  25. will produce:
  26.  
  27. * List item 1
  28.  
  29. * List item 2
  30.  
  31. * List item 3
  32.  
  33. /*
  34.  
  35.  
  36.  
  37. Let's try it on [[b Second Page]].
  38.  
  39.  
  40.  
  41. # Now your page looks like this:
  42.  
  43. .result
  44.  
  45. == My second page.
  46.  
  47. Link back to ((Home)).
  48.  
  49. This link goes to the ((Third Page|next)) page.
  50.  
  51. .end
  52.  
  53.  
  54.  
  55. # Select [[b Edit Page]].
  56.  
  57.  
  58.  
  59. # Put a star and a space at the beginning of each of the link lines, and a slash-star on a line of its own:
  60.  
  61. <pre>* Link back to ((Home)).
  62.  
  63. * This link goes to the ((Third Page|next)) page.
  64.  
  65. /*
  66.  
  67. </pre>
  68.  
  69.  
  70.  
  71. # Here's the new look for the page:
  72.  
  73. /#
  74.  
  75. .result
  76.  
  77. == My second page.
  78.  
  79. * Link back to ((Home)).
  80.  
  81. * This link goes to the ((Third Page|next)) page.
  82.  
  83. /*
  84.  
  85. .end
  86.  
  87. .nav WikiWriter Tutorial: ((tutor05|Prev)) | ((tutor00|Up)) | ((tutor07|Next))
  88.  
  89. .end
  90.  
  91.  
  92.